home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <html lang="en"><head><title>Security</title></head>
- <body bgcolor="#ffffff" link="#000099" vlink="#555555" alink="#77003b">
- <dtml-if manage_tabs>
- <dtml-var manage_tabs>
- </dtml-if manage_tabs>
-
- <p>This interface is used to define how the operations of this object
- (or objects that acquire permission settings from this object)
- correspond to the operations defined by your product or ZClass.</p>
-
- <p>The table below has two columns. The first column
- lists the permissions for this object. The second column specifies
- the permissions that should have this permission in this product or
- ZClass. For ZClass methods, only permissions that are defined for the
- ZClass are permitted.</p>
-
- <p>In general, any permissions that include operations that change
- (mutate) an object should be disabled.</p>
-
- <p>The listing below shows the current permission mappings for this item.</p>
- <dtml-with "_(valid=permissionMappingPossibleValues())">
- <form action="manage_setPermissionMapping" method="POST">
- <table>
- <tr><th align=left>Permission for this object</th>
- <th align=left>Permissions that correspond to<br>
- (i.e. have) this permission</th></tr>
- <dtml-in manage_getPermissionMapping mapping>
- <tr>
- <th align=left><dtml-var permission_name></th>
- <td>
- <input type=hidden name="permission_names:list"
- value="<dtml-var permission_name html_quote>">
- <select name="class_permissions:list">
- <option value="" <dtml-unless class_permission
- >selected</dtml-unless>>(disabled)</option>
- <dtml-in valid>
- <option <dtml-if "_['sequence-item']==class_permission"
- >selected</dtml-if>><dtml-var sequence-item></option>
- </dtml-in>
- </select>
- </td>
- </tr>
- </dtml-in>
- <tr><td colspan=2 align=center><input type=submit value=" Change "></td></tr>
- </table></form>
- </dtml-with>
-
- </body></html>
-